home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / DEF / Library / Store / lib-symbol < prev    next >
Text File  |  1998-10-23  |  352b  |  10 lines

  1. lib-symbol name definition
  2.  
  3. Defines a symbol library entry. If name is used inside pick-symbol, then its definition is used, otherwise definition is picked randomly according to the template.
  4.  
  5. (lib-symbol piano1
  6.     '(a b c b d c (+12 b) de (+12 b) c (+12 b) c d b c))
  7.  
  8. (lib-symbol piano2
  9.     '(a b c d d c (+12 b) d e (+12 b) c (+12 b) c (+12 b) d)) 
  10.